toStrictlyPositiveDouble

@ExperimentalSinceKotoolsTypes(version = "4.2")
open fun Number.toStrictlyPositiveDouble(): StrictlyPositiveDouble

Returns this number as a StrictlyPositiveDouble, which may involve rounding or truncation, or throws an IllegalArgumentException if this number is negative.